home *** CD-ROM | disk | FTP | other *** search
/ Freelog 101 / FreelogNo101-JanvierFevrier2011.iso / Internet / eM Client / setup.msi / eMClient.cab / IceWarpServerInterfacePluginFile / 0 / RCDATA / TPASSGENFORM / TPASSGENFORM.txt
Text File  |  2010-10-15  |  1KB  |  76 lines

  1. object PassGenForm: TPassGenForm
  2.   Left = 321
  3.   Top = 174
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Generate Password'
  6.   ClientHeight = 103
  7.   ClientWidth = 275
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Microsoft Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnKeyPress = FormKeyPress
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object OKButton: TTntButton
  22.     Left = 118
  23.     Top = 78
  24.     Width = 75
  25.     Height = 23
  26.     Caption = '&OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 1
  30.   end
  31.   object CancelButton: TTntButton
  32.     Left = 197
  33.     Top = 78
  34.     Width = 75
  35.     Height = 23
  36.     Caption = '&Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 2
  39.   end
  40.   object PassBox: TTntGroupBox
  41.     Left = 0
  42.     Top = 0
  43.     Width = 275
  44.     Height = 73
  45.     Align = alTop
  46.     Caption = 'Password'
  47.     TabOrder = 0
  48.     object DescL: TTntLabel
  49.       Left = 10
  50.       Top = 20
  51.       Width = 49
  52.       Height = 13
  53.       Caption = 'Password:'
  54.     end
  55.     object PassEdit: TTntEdit
  56.       Left = 66
  57.       Top = 17
  58.       Width = 199
  59.       Height = 21
  60.       Color = clBtnFace
  61.       MaxLength = 63
  62.       ReadOnly = True
  63.       TabOrder = 0
  64.     end
  65.     object GenButton: TTntButton
  66.       Left = 190
  67.       Top = 43
  68.       Width = 75
  69.       Height = 23
  70.       Caption = 'Generate'
  71.       TabOrder = 1
  72.       OnClick = GenButtonClick
  73.     end
  74.   end
  75. end
  76.